home *** CD-ROM | disk | FTP | other *** search
- #
- # gulam script for running 32 bit libg++ tests
- #
- echo tbitset
- .\tbitset.ttp <tbitset.inp >tbitset.out
-
- echo tbitstring
- .\tbitstri.ttp <tbitstri.inp >tbitstri.out
-
- echo tcomplex
- .\tcomplex.ttp <tcomplex.inp >tcomplex.out
-
- echo tfix
- .\tfix.ttp <tfix.inp >tfix.out
-
- echo tfix16
- .\tfix16.ttp <tfix16.inp >tfix16.out
-
- echo tfix24
- .\tfix24.ttp <tfix24.inp >tfix24.out
-
- echo tgetopt
- .\tgetopt.ttp -abc -de10 -2000 -h3i >tgetopt.out
-
- echo tinteger
- .\tinteger.ttp <tinteger.inp >tinteger.out
-
- echo tobstack
- .\tobstack.ttp <tobstack.inp >tobstack.out
-
- echo trandom
- .\trandom.ttp <trandom.inp >trandom.out
-
- echo trational
- .\trationa.ttp <trationa.inp >trational.out
-
- echo tstring
- .\tstring.ttp <tstring.inp >tstring.out
-
- echo tiLList
- .\tillist.ttp >tillist.out
-
- # now put it all together
- #
- echo tobstack >out
- cat tobstack.out >>out
- echo tstring >>out
- cat tstring.out >>out
- echo tinteger >>out
- cat tinteger.out >>out
- echo trationa >>out
- cat trationa.out >>out
- echo tcomplex >>out
- cat tcomplex.out >>out
- echo tbitset >>out
- cat tbitset.out >>out
- echo tbitstri >>out
- cat tbitstri.out >>out
- echo trandom >>out
- cat trandom.out >>out
- echo tfix >>out
- cat tfix.out >>out
- echo tfix16 >>out
- cat tfix16.out >>out
- echo tfix24 >>out
- cat tfix24.out >>out
- echo tillist >>out
- cat tillist.out >>out
-